< Prev(J) / Next(K) > / View :

Filename: /text/scalc/01/func_time.xhp

(bookmark: bm_id3154073)
TIME function

TIME 関数
(bookmark: bm_id3150289)

(variable: time)TIME
(variable: time)TIME(hd_id3154073.149)

TIME returns the current time value from values for hours, minutes and seconds. This function can be used to convert a time based on these three elements to a decimal time value.
TIME は、時、分、および秒の値から現在の時刻値を返します。この関数は、これら 3 つの要素から、時刻を小数値として返します。(par_id3145762.150)

Syntax
構文(hd_id3155550.151)

TIME(Hour; Minute; Second)
TIME(時間; 分; 秒)(par_id3154584.152)

Use an integer to set the Hour.
時間 に設定されている整数を使用します。(par_id3152904.153)

Use an integer to set the Minute.
に設定されている整数を使用します。(par_id3151346.154)

Use an integer to set the Second.
に設定されている整数を使用します。(par_id3151366.155)

Examples
(hd_id3145577.156)

=TIME(0;0;0) returns 00:00:00
=TIME(0;0;0) は、12:00:00 午前を返します。(par_id3156076.157)

=TIME(4;20;4) returns 04:20:04
=TIME(4;20;4) は、04:20:04 を返します。(par_id3156090.158)


< Prev / Next >